Q3ViewHints_GetDimensions
You can use theQ3ViewHints_GetDimensions
function to get the dimensions associated with a view hints object.
TQ3Status Q3ViewHints_GetDimensions ( TQ3ViewHintsObject viewHints, unsigned long *width, unsigned long *height);
viewHints
- A view hints object.
width
- On exit, the width of the specified view hints object.
height
- On exit, the height of the specified view hints object.
DESCRIPTION
TheQ3ViewHints_GetDimensions
function returns, in thewidth
andheight
parameters, the current width and height associated with the view hints object specified by theviewHints
parameter.